Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

634151 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/104 - Catch Me If You Can/js

script.js cody/swapnilsparsh/30DaysOfJavaScript/104 - Catch Me If You Can/js/script.js
164 Views
0 Comments
var box = document.getElementById("box");

var viewWidth = window.innerWidth;
var viewHeight = window.innerHeight;

// Updates the viewport height and width dynamically
window.addEventListener("resize", function(event) {
viewWidth = window.innerWidth;